Persy
Persy is a transactional storage engine written in rust.
Install
Add it as dependency of your project:
[]
="1.5"
Example
Create a new persy file save some data in it and scan it.
use ;
//...
create?;
let persy = open?;
let mut tx = persy.begin?;
tx.create_segment?;
let data = vec!;
tx.insert?;
let prepared = tx.prepare?;
prepared.commit?;
for in persy.scan?
Docs
Check the get started and the APIs look for all the version on crates.io
Compile The Source
Checkout the source code:
git clone https://gitlab.com/persy/persy.git
Compile and Test
cargo test
Contacts
Follow Persy on Mastodon for news and announcements, join the #persy_rs:matrix.org for have a chat.
Contributing
You can find the code on our Repository and report any issue in our Issues Tracker
If you want to have an active part on the Persy development, you can start from reviewing and suggesting API changes, jump directly to hacking the code or just playing a bit with docs. If you want a list of possibility you can start from the list of Good First Issue